The debian:testing-slim image no longer includes ca-certificates by
default, causing the GitHub Actions checkout step to fail with an SSL
CA cert error when fetching the repository over HTTPS.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
container-options: --security-opt seccomp=unconfined
pre-checkout-setup: |
apt-get update
- apt-get install -y git
+ apt-get install -y git ca-certificates
extra-packages: >-
libssl-dev
configure-options: >-